diff options
| author | Joe Carstairs <65492573+joeacarstairs@users.noreply.github.com> | 2025-05-08 11:56:51 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-08 11:56:51 +0100 |
| commit | f0759adc0c6e23c970e98b4204d208d75f30e023 (patch) | |
| tree | a87268113c1587d71562d2d416c7784717ea2a2e /src/pages/[locale]/submit.astro | |
| parent | 5690af11311840fb6cac5625868533b575712432 (diff) | |
| parent | ab436fb120cbf5c2bf16788bbf6168a36e88ab16 (diff) | |
Merge pull request #124 from joeacarstairs/staging
Copyright statement
Diffstat (limited to 'src/pages/[locale]/submit.astro')
| -rw-r--r-- | src/pages/[locale]/submit.astro | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/pages/[locale]/submit.astro b/src/pages/[locale]/submit.astro index 5415854..f12de86 100644 --- a/src/pages/[locale]/submit.astro +++ b/src/pages/[locale]/submit.astro @@ -20,4 +20,8 @@ const t = translate(locale); <p set:html={t(tPage, { key: 'submit-para-2' })} /> <p set:html={t(tPage, { key: 'submit-para-3' })} /> </section> + <section> + <h2 set:html={t(tPage, { key: 'copyright-heading' })} /> + <p set:html={t(tPage, { key: 'copyright-body' })} /> + </section> </Page> |
